home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000079_fdc@columbia.edu_Thu Nov 14 11:33:27 EST 2002.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  40 lines

  1. Article: 13845 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: C-Kermit FTP script
  6. Date: 14 Nov 2002 11:32:52 -0500
  7. Organization: Columbia University
  8. Lines: 23
  9. Message-ID: <ar0j7k$ea6$1@watsol.cc.columbia.edu>
  10. References: <8ce22d01.0211131301.2d2c8112@posting.google.com> <aqufg7$39f$1@newsmaster.cc.columbia.edu> <8ce22d01.0211132107.1a569739@posting.google.com>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1037291574 21167 128.59.39.139 (14 Nov 2002 16:32:54 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 14 Nov 2002 16:32:54 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13845
  16.  
  17. In article <8ce22d01.0211132107.1a569739@posting.google.com>,
  18. Dan Skinner <JDanSkinner@JDanSkinner.com> wrote:
  19. : ...
  20. : Do you think success is the right answer to a failed login?
  21. : The rules are the rules, but sometimes logic should prevail.
  22. :
  23. The primary purpose of the FTP OPEN command is to open an FTP connection.
  24. If it succeeds in that, it doesn't fail.
  25.  
  26. As a convenience -- and also for secure connection types -- authentication
  27. can also be performed as a consequence of this command.  This can succeed
  28. or fail separately, and thus it's tested seperately.
  29.  
  30. : When this script is done it will be run by cron as part of a scheduled
  31. : backup on the network.  I'll find out what happened by email so (as
  32. : you say) if fail is a big deal and the more info in the email the
  33. : better. I'm using Kermit FTP rather than native FTP for this reason. 
  34. :
  35. Right, and of course you can have your Kermit script compose the email
  36. message, plugging all sorts of relevant information into it from Kermit's
  37. built-in variables ("show variables") and whatever else you want.
  38.  
  39. - Frank
  40.